projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2811574
)
Correct potentially unused variable.
author
robertl
<robertl>
Thu, 23 Jun 2005 16:32:59 +0000
(16:32 +0000)
committer
robertl
<robertl>
Thu, 23 Jun 2005 16:32:59 +0000
(16:32 +0000)
hsa_ndv.c
patch
|
blob
|
history
diff --git
a/hsa_ndv.c
b/hsa_ndv.c
index d52452048e8ec683de29f1598eba3098f3227537..eb2bd78d406a2116856d4412ed1db2d1c61b29bd 100644
(file)
--- a/
hsa_ndv.c
+++ b/
hsa_ndv.c
@@
-388,7
+388,7
@@
void readVersion4( FILE* pFile)
long* pts2 = 0;
int soundArray = FALSE;
- int numberOfVerticies;
+ int numberOfVerticies
= 0
;
char className[256];
char attr[1024];
int Vertex;